-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore(ArrayField): add support for storeKey
to manage independent selection states
#10390
base: next
Are you sure you want to change the base?
Conversation
storeKey
to manage independent selection states**
storeKey
to manage independent selection states**storeKey
to manage independent selection states
@fzaninotto Can you review? thanks |
Thanks for the PR! As this is a new feature, can you target the |
Yes, I can. Thanks |
d8c1f4f
to
d852f0c
Compare
@djhi @fzaninotto I have updated the target branch as well as written the necessary stories and tests for the feature. Please re-review. Thanks |
Problem
#10382
Describe the problem this PR solves
Solution
storeKey
property forArrayField
to enable distinct selection state storage for multiple instances of the same data source.Describe the solution this PR implements
How To Test
Describe the steps required to test the changes
Additional Checks
master
for a bugfix, ornext
for a featureAlso, please make sure to read the contributing guidelines.